ComponentOne ASP.NET MVC Controls
OnClientPasting Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> Class : OnClientPasting Method
The value.
Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientPasting client event. Occurs when the user is pasting content from the clipboard by pressing one of the clipboard shortcut keys (see the autoClipboard property).
Syntax
'Declaration
 
Public Overridable Function OnClientPasting( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder OnClientPasting( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The event handler may cancel the copy operation.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members